home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Palettes
/
PAThumbWheel
/
PAThumbWheelInspector.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
484b
|
34 lines
#import <apps/InterfaceBuilder.h>
@interface PAThumbWheelInspector : IBInspector <IBInspectors>
{
id displayModeMatrix;
id directionMatrix;
id visibleMinText;
id visibleMaxText;
id currentText;
id snapBackValueText;
id snapsBackSwitch;
id absoluteMinText;
id absoluteMaxText;
id absoluteModeMatrix;
id dashIntervalText;
id showMainDashSwitch;
id colorWell;
id tagText;
id disabledSwitch;
}
- init;
- (BOOL)wantsButtons;
- revert:sender;
- ok:sender;
@end